home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Mathematics / Curve / Curve.app / Strings / Curve.strings < prev    next >
Encoding:
Text File  |  1992-07-29  |  2.2 KB  |  64 lines

  1.     /*
  2.      * Strings for Curve
  3.      *
  4.      * Error messages with printf arguments have the
  5.      * conversion %'s in them to remind the programmer
  6.      * of what should be passed to printf.
  7.      */
  8.  
  9.     /*
  10.      * Alert panel messages, titles, buttons.
  11.      */
  12. "Apparatus";
  13. "OK";                    /* title of OK button */
  14. "Cancel";                /* title of Cancel button */
  15. "Formula";                /* title of syntax error alert panel */
  16.     /* syntax error alert message */
  17. "SYNERR%s%s" = "There is a syntax error in formula%s%s";
  18.     /* Wrong type in an AnalyticApparatus */
  19. "TYPE%sUNKNOWN%s" = "Type %d unknown in %s\n";
  20. "Impossible";            /* impossible error occurred: title of alert panel */
  21.     /* up_lineto returned a value it shouldn't have */
  22. "UP_LINETO" = "up_lineto(): bogus value in AnalyticApparatus";
  23. "No Apparatus";            /* No apparatus in CurveView, Inspector etc. */
  24.     /* apparatus file has disappeared */
  25. "%s has disappeared. File %s not found.";
  26.     /* Couldn't open a stream from standard error for objc_loadModules() */
  27. "Cannot get stream for standard error";
  28.     /* Couldn't open a file */
  29. "Cannot open %s";
  30. "Load Apparatus";    /* title of error alert panel when loading an apparatus */
  31.     /* Duplicate name of apparatus detected */
  32. "Programming error: Apparatus has no name";
  33. "There is already an apparatus called %s";
  34. "Replace";            /* Replace button title to replace duplicate apparatus */
  35. "Wrong type returned from Mathematica";    /* Mathematica snafu */
  36. "EX_RANGE" = "The maximum value of the range is not greater than the minimum.  Using a default value.";
  37.     /*
  38.      * These next 3 must match the names in the type menu of AnalyticInspector
  39.      */
  40. "Cartesian";
  41. "Polar";
  42. "Parametrized";
  43.     /*
  44.      * Error messages from Expression class. See Graph demo example.
  45.      */
  46. "Invalid term type in setVar:value:";
  47. "Invalid term type in setVar:vector:";
  48. "Invalid term type in setVar:min:max:";
  49. "Wrong #subterms in evalTerm";
  50. "Unknown binary op type in evalTerm";
  51. "Invalid term type in evalTerm";
  52. "_addVarTerm: called with existing term";
  53. "Bogus term type in VarTermHash";
  54.     /*
  55.      * These two must match Help menu in Help panel
  56.      */
  57. "General";
  58. "Programming";
  59. "Sorry, no help available.";    /* When no help exists */
  60.     /* These two are in the standard parametrizer; they label Points */
  61. "min t";
  62. "max t";
  63. "(Bad type)";    /* A Point has a bogus type; is PSshow'ed on screen */
  64.